Fix shape mismatch errors in MICE imputation
authorDebian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Sat, 2 Mar 2019 14:59:35 +0000 (14:59 +0000)
committerRebecca N. Palmer <rebecca_palmer@zoho.com>
Sat, 2 Mar 2019 14:59:35 +0000 (14:59 +0000)
commit0674b7fed4d44591570d2dab3a64a1f768890edb
tree8c3336fbfadf93c8e890bb879f7c496cda41d3fc
parente4fd15df9b86c33620acc7d4c27ad4c0cc108edd
Fix shape mismatch errors in MICE imputation

numpy/pandas no longer allows assigning an nx1 2D value at a 1D index

Author: Peter "thequackdaddy" Quackenbush, Josef "josef-pkt" Perktold
Origin: upstream https://github.com/statsmodels/statsmodels/commit/df92bde1a85c238db9561304a196dbc618cfeaa1 https://github.com/statsmodels/statsmodels/commit/0871eba510e7ebe8aa9323f4f3ee50226576ed29
Forwarded: not-needed

Gbp-Pq: Name imputation_broadcasting.patch
statsmodels/imputation/mice.py